Skip to content

Conversation

@aaraney
Copy link
Owner

@aaraney aaraney commented Oct 24, 2025

No description provided.

stcui007 and others added 30 commits April 30, 2024 07:51
Address issue NOAA-OWP#710. 

In line 79, when parsing the date column, using the dictionary, as was done before this edit, pandas attempts to parse the column at index 0, to a column 'Time'. So, if 'Time' is already a column the error in issue NOAA-OWP#710  is produced.

The proposed change assumes column at  index  0 is the date column, but works despite the name.
Fixed a typo of '#ifdef NGEN_C_LIB_ACTIVE' that missed the intended macro
hellkite500 and others added 26 commits August 16, 2024 13:28
On intel macOS, brew installs into /usr/local
On apple silicon, brew installs into /opt/homebrew

Use brew --prefix to resolve the right brew prefix in a platform independent manor
Updating project version in CMake build to reflect the latest "version" with an existing tag (v0.2.0).
Applying other Github Actions that run against the master branch to
release branches also.
Updating Actions depending on numpy install to use pre-2.0 numpy version
as is currently required for ngen builds.
Using pip constraints to ensure any downstream
`input.additional_python_requirements` that may be installed also are
prevented from installing a problematic version.
Cannot move to / due to read-only file system; instead, use
$GITHUB_WORKSPACE in order to be able to specify absolute path to file
in PIP_CONSTRAINT.
Added Apache license and copyright information for ngen repo via modification of existing LICENSE file
@aaraney aaraney force-pushed the ci-asan branch 2 times, most recently from bc0ffaf to 23c49b5 Compare October 24, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants